From: Ian Campbell Date: Mon, 19 Nov 2012 19:56:56 +0000 (+0000) Subject: xen: fix build failure due to extra closing comment X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7626 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=11ab183655cea5088be06c6ef710ecd134b669d6;p=xen.git xen: fix build failure due to extra closing comment Added by 26173:26facad2f1a1 Signed-off-by: Ian Campbell Committed-by: Ian Campbell --- diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h index bff9542182..559306603c 100644 --- a/xen/include/public/xen.h +++ b/xen/include/public/xen.h @@ -445,7 +445,6 @@ DEFINE_XEN_GUEST_HANDLE(mmuext_op_t); * ` @val: The new page table entry, must contain a machine address * ` @flags: Control TLB flushes */ -*/ /* These are passed as 'flags' to update_va_mapping. They can be ORed. */ /* When specifying UVMF_MULTI, also OR in a pointer to a CPU bitmap. */ /* UVMF_LOCAL is merely UVMF_MULTI with a NULL bitmap pointer. */